Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

測試合併 #505

Open
wants to merge 343 commits into
base: 11.x
Choose a base branch
from
Open

測試合併 #505

wants to merge 343 commits into from

Conversation

flamerecca
Copy link

No description provided.

taylorotwell and others added 30 commits July 12, 2024 13:04
* Update errors directory in url generation docs

* Use named arguments in `view` method
…ist (#9758)

Move "Spatie Once Package" item to Medium Impact Changes according to the detail part:
"Likelihood Of Impact: Medium"
This is in line with the Google HTML guide and with other files in the framework.

https://google.github.io/styleguide/htmlcssguide.html#HTML_Validity
* Example of `assertSent` to email address

* Update mail.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
* Update outdated return type

* Update contracts table

* Remove deprecated `ImplicitRule` from contracts table
* Add slash to `redirect()` helper method

* Update pennant.md
* Update octane.md

--max-requests=1 will not work because the number of workers will be bigger than 1 

> The number of maximum requests is per worker, and by default, FrankenPHP starts many workers (2 times the number of CPUs).

laravel/octane#816 (comment)

* Update octane.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
* Update tables

* Fix quotes

* Update `<x-mail::table>` examples

* Add overflow-auto div to tables

* Update requests.md
* Update docs with information about the whereLike query

* Update queries.md

* Update queries.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
* Update database.md

* Update database.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
* Document process count configuration for Horizon

* Update horizon.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
iwasherefirst2 and others added 30 commits December 11, 2024 17:36
* Add missing steps for enabling Xdebug in Laravel Sail docs

* formatting

* formatting

---------

Co-authored-by: Taylor Otwell <[email protected]>
change `Feature::for($user)->loadAll();` to `Feature::for($users)->loadAll();`
The documentation incorrectly suggests using ``:url="$payLink"`` with ``<x-paddle-button>``. However, this should be ``:checkout="$checkout"`` as per ``<x-paddle-button>`` component code source
* Move `toHtmlString()` to fluent strings

* Update strings.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
* update sail to add valkey

* add valkey to supported services in installation doc

* Update sail.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
* Add note about CSRF token encoding

* Update sanctum.md

* Update sanctum.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
#10094)

* Update validation.md

RFC 4122 has been made obsolete by RFC 9562 which the uuid rule does actually implement. So uuid validation rule docs should be updated to reflect that change

* Update validation.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
* Update dusk.md

Update documentation of assertAttributeMissing and assertAttributeDoesntContain

* Update dusk.md
* adds documentation for pint --diff

* Update pint.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
feat(docs): Expand S3-compatible storage options in file storage documentation

- Updated the file storage documentation to include additional S3-compatible storage services.
- Added references to Amazon S3, MinIO, DigitalOcean Spaces, Akamai / Linode Object Storage, Vultr Object Storage, and Hetzner Cloud Storage.
- Ensured all links are accurate and point to the respective service documentation.
* Add pessimistic locking extended example

* Update queries.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
* Example of deleting all rows in table

* Update eloquent.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
* Note about client sharding only with predis

* Update redis.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
Mention the newly added phpredis config options that users are able to specify (see: laravel/framework#54191)
…luminate\Routing\Controller` (#10123)

* Add warning regarding using `HasMiddleware` interface and extends
`Illuminate\Routing\Controller`.

fixes laravel/framework#54181

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* Update controllers.md

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
Co-authored-by: Taylor Otwell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment